@import url('https://fonts.googleapis.com/css?family=Raleway');

html { overflow: auto; }

.bg
{
    width: 110%;
    height: 110%;
    padding: 0px;
    position: fixed;
    top: -10px;
    left: -20px;
    
    background-color: rgb(236, 236, 236);
    background-image: url('images/bg2.png');

    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

@keyframes animate {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

/*.main
{
    width: 100%;
    height: 300px;
    background-color: rgb(255, 123, 1);
    background-image: url('images/scrollbg.png');
    background-repeat: repeat-x;

    padding: 0px;
    position: absolute;
    top: -5px;
    left: 0;

    animation: animate 90s linear infinite;
    animation-direction: alternate;
}*/

h1
{
    margin-top: 40px;
    font-size: 60px;
    font-family: 'Raleway', sans-serif;
    color: rgb(255, 102, 0);
    letter-spacing: 0.5px;
    /*transform: rotate(-3deg);*/
    text-align: center;
}

h2
{
    margin-top: -42px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: white;
    text-shadow: 1px 1px 4px black;
    letter-spacing: 1px;
    /*transform: rotate(-3deg);*/
    text-align: center;
}

.container
{
    width: 70%;
    height: 500px;
    min-height: 500px;
    margin: auto;
}

.box
{
    width: 100%;
    min-height: 350px;
    margin: auto;
    margin-top: 50px;

    background-color: white;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*border: 2px solid #F97800;
    box-shadow: 1px 1px 8px black;*/
}

.box-pic
{
    background-image: url('images/jonah.png');

    float: left;
    width: 35%;
    min-height: inherit;

    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-text
{
    /*background-image: url('images/bg2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/

    background-color: white;

    width: 65%;
    min-height: inherit;
    float: right;
}

h3
{
    font-family: 'Raleway', sans-serif;
    margin-left: 30px;
    margin-top: 30px;
    font-size: 2.5vw;
    margin-right: 30px;
}

h4
{
    font-family: 'Raleway', sans-serif;
    margin-left: 30px;
    margin-top: -5px;
    font-size: 15px;
    width: 70%;
    color: black;
    line-height: 24px;
    font-weight: 100;
}

h5
{
    font-family: 'Raleway', sans-serif;
    margin-left: 30px;
    margin-top: -20px;
    font-size: 15px;
    font-weight: 100;
    width: 75%;
    color: rgb(90, 90, 90);
    line-height: 24px;
}

.button-set
{
    margin-left: 30px;
    margin-top: 30px;
}

.s-button
{
    border: 0px;
    width: 70px;
    height: 70px;
    background-color: #FF6E14;
    font-family: 'Raleway', sans-serif;
    color: white;
    margin-right: 2px;
    margin-bottom: 6px;
    border-radius: 50%;

    position: relative;
    bottom: 0px;

    transition-duration: 0.2s;
}

.s-button:hover
{
    border-radius: 25%;
    cursor: pointer;
}

.s-button:focus
{
    outline: 0;
}

.s-image
{
    width: auto;
    height: auto;
    max-width: 75%;
    max-height: 75%;
}

.yt-button:hover { background-color: #FE0000; }
.fb-button:hover { background-color: #3B569D; }
.t-button:hover { background-color: #6DC4FF; }
.ig-button:hover { background-color: #F52E6F; }
.d-button:hover { background-color: #8C9EFF; }

.d-tag, .SandboxRoot
{
    font-family: 'Raleway', sans-serif;
}

.media-box
{
    width: 100%;
    min-height: 350px;
    margin: auto;
    margin-top: 30px;
}

#yt-video
{
    width: 57%;
    min-height: inherit;
    height: auto; 
    float: left;
    background-color: black;
}

.twitter-box
{
    width: 40%;
    float: right;
    min-height: inherit;
    height: 350px;
    background-color: white;
}

.twitter-box-ig
{
    width: 57%;
    float: left;
    min-height: inherit;
    height: 350px;
    background-color: white;
}

.heading
{
    width: 100%;
    min-height: 300px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;

    background-color: rgb(255, 255, 255);
    /*border: 2px solid #F97800;
    box-shadow: 1px 1px 8px black;*/
}

.heading-text
{
    height: auto;
    max-height: inherit;
}

.orange-box
{
    height: 85px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #FF6E14;
    position: inherit;
    top: 0;
    left: 0;

    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.orange-box-text
{
    color: white; 
    text-align: center;
    font-size: 35px;
    margin-top: 40px;
}

.empty-div
{
    background-color: rgba(0,0,0,0);
    margin-left: 30px;
    width: 35px;
    height: 35px;
}

.ob-button
{
    float: right;
    border: 0px;
    width: 35px;
    height: 35px;
    background-color: white;
    font-family: 'Raleway', sans-serif;
    color: white;
    margin-right: 30px;
    border-radius: 50%;
    justify-content: flex-end;

    transition-duration: 0.2s;
}

.ob-button:hover
{
    border-radius: 25%;
    cursor: pointer;
}

.ob-button:focus
{
    outline: 0;
}

.ob-image
{
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}

.orange
{
    color: #FF6E14;
}

.green
{
    color: black;
    font-weight: bold;
    transition-duration: 0.2s;
}

.green:hover
{
    color: rgb(20, 209, 45);
}

.aqua
{
    color: black;
    font-weight: bold;
    transition-duration: 0.2s;
}

.aqua:hover
{
    color: rgb(42, 190, 201);
}