html, body{

    overflow-x: hidden;
}

@keyframes dropHeader {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

#header {
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    width: 100vw;
    text-align: center;
    animation: 1s ease-out 0s 1 dropHeader;
    color: White;
    background: #2782db;
    background: -webkit-radial-gradient(#6aaced, #2782db); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#4e9ae5, #2782db); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#4e9ae5, #2782db); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#4e9ae5, #2782db); /* Standard syntax */
}

.menu {
    border-radius: 10px;
    margin-top: 1%;
    overflow: hidden;
    z-index: 100;
    position: fixed;
    top: 0;
    margin-left: 89%;
}
.menu a {
    width: 100%;
    float: left;
    display: block;
    color: #000;
    opacity: 0.7;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-size: 17px;
    text-align: right;
}

.menu a:hover {
    opacity: 1;
    text-decoration: underline;
}

#arrowImage {
    bottom: 10%;
    text-align: center;
    font-size: 550%;
    color: black;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#arrowLink {
    margin-left: -27px;
    position: absolute;
    bottom: 10%;

}
@keyframes dropArrow {
    from {
        bottom: 10%;
    }
    to {
        bottom: 7%;
    }
}

#arrowImage:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#arrowLink:hover {
    -webkit-animation-name: dropArrow;
    -moz-animation-name: dropArrow;
    -o-animation-name: dropArrow;
    animation-name: dropArrow;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

#headerText {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.page {
    text-align: center;
}
.pageContent {
    margin-top: 5%;
}

#about {
    background-color: White;
    background: -webkit-radial-gradient(white, #cecece); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(white, #cecece); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(white, #cecece); /* For Firefox 3.6 to 15 */
    background: radial-gradient(white, #cecece); /* Standard syntax */
}
#about h3, h4 {
    text-align: center;
}

#aboutText {
    margin: 5% 2% 0% 5%;
    text-align: justify
}

.text {
    line-height: 180%;
}
#aboutImageDiv {
    text-align: center;
    width: 55%;
    margin-top: 5%;
    margin-bottom: 5%;
}

#aboutImage {
    border-radius: 25px;
    width: 50%;
    height: auto;
    margin: 0 auto;
}

#works {
    height: auto;
    color: white;
    background: #2782db;
    background: -webkit-radial-gradient(#6aaced, #2782db); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#4e9ae5, #2782db); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#4e9ae5, #2782db); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#4e9ae5, #2782db); /* Standard syntax */
}

#worksImageDiv {
    margin-top: 5%;
    margin-left: 3%;
    width: 45%;
    border-radius: 25px;
    background-color:rgba(255,255,255,0.4);
}

#worksImage {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

#worksText {

    margin-top: 5%;
    margin-left: 0px;
    margin-right: 15%;
    text-align: justify;
    float: right;
}
#video {
    margin-top: 30%;
    margin-bottom: 5%;
}

#videoFrame {
    margin: 0 auto;
    text-align: center;
}

#developers {
    background-color: white;/*#ffd700;*/
    background: -webkit-radial-gradient(white, #cecece); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(white, #cecece); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(white, #cecece); /* For Firefox 3.6 to 15 */
    background: radial-gradient(white, #cecece); /* Standard syntax */
}

#developersContent {
    text-align: center;
}

.profile {
    text-align: center;
    margin: 5%;
}
#kristofferImageDiv {
    margin: 10%;
}

#kristofferImageDiv h4 {
    float: left;
    margin-left: 8%;
}

#kristofferImage {
    width: 52%
}

#arvidImageDiv {
    float: right;
    margin-top: 8%;
}

#arvidImageDiv h4 {
    float: left;
    margin-left: 15%;
}
#arvidImage {
    width: 58%;
}
#git {
    text-align: center;
    margin-top: -10%;
    margin-bottom: 5%;
}
#gitImage {
    opacity: 0.5;
    margin: 0 auto;
}

#gitImage:hover {
    opacity: 1;
}

#thesisButton {
    margin-top: 3%;
}
@media only screen and (max-width: 767px) {
    #header {
        margin-left: 0%;
    }
    #navigation {
        display: none;
    }
    .menu {
        display: none;
    }
    #headerText {
        top:35%;
    }
    #arrowImage {
        width: 0%;
        height: 0%;
        display: none;
    }
    #arrowLink {
        width: 0%;
        height: 0%;
        display: none;
    }
    .pageContent {
        margin: 3%;
    }
    #about {
       /* height: 150vh;*/
    }
    #aboutImageDiv {
        width: 100%;
    }
    #worksImageDiv {
        width: auto;
        margin-left: auto;
    }
    #worksImage {
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    #worksText {
        margin: 5%;
    }

    iframe {
        width: 350px;
        height: 225px;
    }

    #kristofferImageDiv h4 {
        margin-left: -30px;
    }
    #kristofferImage {
        margin: 0  auto;
    }
    #kristofferImageDiv h4 {
        margin: 0 auto;
        float: none;
    }
    #arvidImage {
        margin: 0  auto;
    }
    #arvidImageDiv h4 {
        margin: 0 auto;
        float: none;
    }
    #git {
        margin-top: 5%;
    }
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    * {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    *:hover {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

    }

}