/* ==========================================================================
			     Page layout
========================================================================== */

html,
body {
    font-family: 'PT sans', sans-serif !important;
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 100%;
    min-height: 100vh;
    max-width: 100vw;
    overflow-x: hidden;
    color: #fff;
    background-color: #82ABBF !important;
     
}

#background {
    margin: -1px;
    padding: 0;
    height: 100% !important;
    width: calc(100% + 1px) !important;
    display: block;
    position: relative;
    
}

#backgroundImage {
    margin: 0;
    padding: 0;
    height: 100%;
    background: url('https://robinidevall.se/css/images/background.png') no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-text-size-adjust: 100%;
    background-position: 0px 0px;        /* First value is horizontal. Last value is vertical */
}


slide {
    padding-bottom: 150px; 			  /* Height ontop of footer */
    
}

#wrapper {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    
}

#content {
    min-height: 100%;
    padding-bottom: 100px; 			  /* Height ontop of footer */
    
}

#familySection {
    display: inline-block;
    height: 100%;
    font-size: 24px;
    font-weight: 900;
    margin-top: 100px;
    z-index: 400;
}

#footer {
    background-color: #0e1015;
    color: #fff;
    min-height: 100px;
    max-height: 900px;
    height: auto;
    width: 100%;
    margin-bottom: -1px;
    position: absolute !important;
    bottom: 0;
    left: 0;
    z-index: 9000;
    
}

#footer p {
    color: #ECECEA;
    
}

.copyright {
    padding-top: 30px;
    padding-left: 12%;
    padding-right: 12%;
    
}

h1 {
    font-size: 50px;
    color: #032272;
}

h2 {
    font-size: 40px;
    color: #032272;
}

h3 {
    font-size: 30px;
    color: #032272;
}

h4 {
    font-size: 22px;
    color: #032272;
}

h5 {
    font-size: 20px;
    color: #032272;
}

a {
    text-decoration:none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

a:hover {
    color: #f3f3f3;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=submit] {
    all: unset;
    max-width: 100%;
    width: 300px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-bottom: solid 2px #5a0f38;
    border-radius: 1px;
    -moz-border-radius: 7px;
    padding: 5px;
    margin-bottom: 10px;
    
    -webkit-text-fill-color: #fff;
    -webkit-opacity:1;
    color: #fff;
    
}

input:focus {
    animation: glow 500ms ease-out infinite alternate;
	outline: none;
}

textarea:focus {
    animation: glow 500ms ease-out infinite alternate;
	outline: none;
}

form.contact {
    display: inline;
    position: relative;
    width: 600px;
    max-width: 92vw;
    padding-left: 10px;
    padding-right: 10px;
}

form.contact p {
    display: inline;
    max-width: 92vw;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

form.contact textarea {
    width: 550px;
    max-width: 92vw;
    height: 250px;
    font-size: 16px;
    resize: none;
    padding-left: 5px;
    padding-right: 5px;
}

form.contact textarea::placeholder {
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
}

table td {
    color: #032272;
}

table input {
    all: unset;
    width: 100%;
}

input::placeholder {
    color: #fff !important;
}

input::-webkit-input-placeholder {
    color: #fff !important;
    font-weight: 400;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff !important;
    opacity:  1;
    font-weight: 400;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    /*-webkit-box-shadow: 0 0 0 30px white inset !important
    /*-webkit-box-shadow: 0 0 0px 1000px #5a0f38 inset;*/
}


br,
p {  /* Clears float: left; on input */
    clear: left;
}

.centerSubmit {
    all: unset;
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

input[type=submit] {
    background-color: transparent;
   -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px;
    max-width: 100%;
    width: 230px !important;
    height: 30px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border: solid 1px #fff;
    transition: background-color 0.5s ease;
    cursor: pointer;
    
}

input[type=button] {
    background-color: transparent;
   -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px;
    max-width: 100%;
    width: 250px;
    height: 40px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border: solid 1px #fff;
    transition: background-color 0.5s ease;
    cursor: pointer;
}

input[type=submit].inputSmall {
    max-width: 60px;
    width: 60px;
    height: 20px;
    font-size: 14px !important;
    padding: 2px;
}

button.button {
    background-color: transparent;
   -moz-border-radius: 20px;
    border-radius: 20px !important;
    padding: 5px;
    max-width: 100%;
    width: 250px !important;
    height: 40px !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    text-align: center;
    color: #fff !important;
    border: solid 1px #fff !important;
    transition: background-color 0.5s ease;
    cursor: pointer !important;
    
}
.registerNew {
    margin-top: -100px !important;
}

select {
    text-align-last: center;
    text-align: center;
    text-align: -webkit-center;

}

.centerElement {
    display: block;
    text-align: center;
}

form.login {
    display: inline-block;
    background: rgba(96, 96,96, 0.2);
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 100%;
    width: 400px;
    height: 100%;
    color: #fff !important;
    padding-left: auto;
    padding-right: auto;
    
    margin-top: 150px;
}

.scene {
    display: table;
    width: 100%;
    height: 100vh;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    perspective: 3000px;
    margin-bottom: 0px;
}

.card {
    display: table-cell;
    transition: transform 0.5s;
    transform-style: preserve-3d;
    position: relative;
}

.card.is-flipped {
    transform: rotateY(180deg);
}

.card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotateX(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card__face--front {
    height: auto;
}

.card__face--back {
    height: auto;
    transform: rotateY(180deg);
    color: #fff;
}

@media only screen and (max-width: 850px) {
    .scene {
        margin-bottom: 30px;
    }
}

@media only screen and (max-height: 650px){
    .scene {
        height: 800px;
    }
}

form.login h1 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px;
}

form.login input {
    margin-left: 4%;
    width: 90%;
    font-size: 20px;
}

.centerInput {
    all: unset;
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.alert {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    border-radius: 7px;
    font-size: 14px;
    background-color: #FF6666;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    padding: 10px 10px 10px 10px;
    margin-top: 20px;
    margin-bottom: -100px !important;
    animation: animateAlert 0.4s ease;

}

@keyframes animateAlert {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.warning {
    background-color: #FFA219;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    font-size: 14px;
    display: block;
    animation: animateAlert 0.4s ease;
    
}

.success {
    display: inline-block;
    background-color: #5BC077;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    font-size: 14px;
    animation: animateAlert 0.4s ease;
    
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s; f
}

.closebtn:hover {
    color: black;
}

form.addFamily {
    display: inline-block;
    margin-top: 10vh;
    margin-bottom: 50px;
    padding-bottom: 20px;
    background: #9EC1D4;
    border: 3px #8EB3C5 solid;
    width: 670px;
    max-width: 90vw;
    
}

.addFamilyRadio {
    display: inline-block;
}

form.addFamily #personDiv {
    display: inline-block;
    max-width: 334px;
}

form.addFamily #personDiv {
    display: inline-block;
    max-width: 334px;
}

form.addFamily #personDiv span {
    position: absolute;
}


.familyTable {
    display: inline-block;
    background: #9EC1D4;
    border: 3px #8EB3C5 solid;
    width: 500px;
    max-width: 100vw;
    margin-bottom: 100px;
}

.familyTable th {
    min-width: 142px;
    width: 20%;
    padding-left: 20px;
    font-size: 20px;
    text-align: left;
    color: #fff;
}

.familyTable td {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.familyTable a {
    font-size: 20px;
    color: #fff;
}

.partnerLabel {
    font-size: 17px;
}

th.omMig {
    border-top: 1px solid #fff !important;
    margin-left: 2px;
    color: #032272;
}

td.omMig {
    border-top: 1px solid #fff !important;
}

textarea.omMig {
    margin-top: 20px;
    background: transparent !important;
    max-width: 100%;
    min-height: 60px;
    width: 100%;
    height: auto;
    font-size: 14px !important;
    font-weight: 600;
    color: #032272;
    border: none;
    resize: none;
}

textarea.omMig::placeholder {
    color: #fff;
}

.highlightText {
    color: #032272 !important;
}

.errorOmMig {
    color: red;
}

.searchResult {
    display: inline-block;
    background: #6094AE;
    max-width: 100%;
    width: 300px;
    text-align: center;
}

.searchResult table {
    width: 100%;
}

.searchResult td {
    cursor: pointer;
}

.searchResult a {
    font-size: 20px;
}

.loadImageWindow {
    display: none;
    background-color: #82ABBF !important;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    z-index: 10000;
    overflow: hidden;
    padding-top: 5%;
      
}

#counter {
    display: block;
    margin-top: 25px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/**********************************

        View family images

**********************************/

.returnProfile {
    width: 100%;
    margin-top: 100px;
    margin-bottom: -150px;
    font-size: 25px !important;
    color: #fff;
    cursor: pointer;
}

.imageContainer {
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    align-items: center;
    justify-content: center;
}

.imageLink {
    width: 300px !important;
    height: 300px !important;
    margin: 20px;
    margin-bottom: 50px;
}

.imageLink {
    display: block;
    background-color: #000;
}

.imageLink img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.imageLink audio {
    border-radius: 0 !important;
    width: 100%;
}

.imageLink audio::-webkit-media-controls-panel  {
    border-radius: 1px !important;
}

.imageLink h4 {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -5px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    cursor: pointer;
}

.displayFullImageFrame {
    display: none;
    position: fixed;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    margin-bottom: 80px;
    z-index: 9999;
}

.displayFullImage {
    display: block;
    height: 70%;
    object-fit: scale-down;
    position: absolute;
    margin: auto;
    top: 12%;
    left: 0; 
    right: 0;
}

.displayFullImageFrame span {
    display: inline-block;
    text-align: right;
    position: fixed;
    width: 100%;
    height: 50px;
    top: 7%;
    padding-right: 200px;
    color: #fff;
    font-size: 80px;
    cursor: pointer;
}

.showImageDescription,
.hideImageDescription,
.hidePeople,
.showPeople,
.imageDescription {
    display: block;
    position: absolute;
    margin: auto;
    left: 0; 
    right: 0;
    bottom: 40px;
    color: #fff !important;
    font-size: 25px;
    text-align: center;
}

.showImageDescription,
.hideImageDescription,
.hidePeople,
.showPeople {
    display: none;
    color: grey !important;
    bottom: 0px;
    cursor: pointer;
}

.imageDescription {
    font-size: 16px;
    padding-bottom: 20px;
}

.closeImage {
    display: block !important;
    margin-left: 10px;
    position: relative;
    padding-bottom: 50px;
    width: 50px;
    height: 50px;
    font-size: 40px;
    z-index: 1000;
    cursor: pointer;
}

.displayVideoAudioDescription {
    display: none;
    position: fixed;
    top: 15%;
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
    min-width: 320px;
    padding-bottom: 50px;
    padding: 5px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    margin-bottom: 80px;
    border: 2px solid #868686;
    z-index: 9999;
}

.displayVideoAudioDescription a {
    font-size: 22px;
    color: #032272;
    cursor: pointer;
}

.videoAudioDescription {
    margin-top: 0px;
}

.loadMoreBtn {
    border-radius: 0px !important;
    border: 1px solid #BEBEBE !important;
    width: 300px !important;
    height: 50px !important;
    max-width: 90vw;
    margin-bottom: 80px !important;
    padding: 10px !important;
    color: #032272 !important;
    font-size: 26px !important;
    font-weight: 600 !important;
}

.loadMoreBtn:hover {
    border: 1px solid #fff !important;
    transition: 0.5s;
}

form.uploadImage {
    display: inline-block;
    width: 360px;
    min-width: 340px;
    background: #9EC1D4;
    border: 3px #8EB3C5 solid;
    padding: 10px;
    margin-bottom: 50px;
}

::-webkit-file-upload-button {
    cursor:pointer;
}

form.uploadImage input {
    max-width: 80%;
}

div.browse-wrap {
    top: 0;
    left: 0;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
    padding: 10px;
    width: 120px;
    display: inline-block;
    text-align: center;
    position: relative;
    border: solid 1px #d2d2d7;
    
}

div.title {
    color: #032272;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    
}

input.upload {
    right: 0;
    margin: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    height: 300px;
    outline: none;
    position: absolute;
    font-size: 1000px !important;
    cursor: pointer;
    
}

span.upload-path {
    text-align: center;
    display:block;
    font-size: 80%;
    color:#3b5998;
    font-weight:bold;
    font-family:tahoma, arial, sans-serif;
}

.previewUpload {
    display: none;
    max-width: 80px;
    margin-top: -20px;
}

.uploadTextarea {
    display: inline-block;
    width: 80%;
    height: 100px;
    min-height: 100px;
    max-width: 90vw;
    resize: none;
    text-align: left;
    padding: 10px;
    overflow: hidden;
    font-size: 14px;
}

textarea.uploadTextarea::placeholder {
    text-align: center;
}

.uploadInfo {
    font-size: 14px;
}

.personerList {
    margin-top: -20px;
}

form.uploadImage select {
    width: 85%;
    font-size: 14px;
}

.removeSelect {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}

.uploadAdd {
    font-size: 16px;
    color: #032272;
}

.uploadAdd,
.uploadAdd:hover{
    font-size: 16px;
    color: #032272;
}


/* ==========================================================================
			     Styling
========================================================================== */

.logo {
    position: absolute;
    margin-left: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
    
}

.logoText a {
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    
}

.logoImg {
    height: 65px;
    padding-top: 10px;
}

#mainNavbar.navbar-default {
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    padding-right: 10px;
    z-index: 4000;
    left: 0;
    
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 25px;
    font-weight: 300;
    margin-top: 15px;
    padding-left: 5px;
    transition: color 0.15s ease;
    text-decoration: none;
    
}

.navbar-default .navbar-nav > li:last-child > a {
    padding-left: 0px !important;
    margin-right: 20px;
    
}

.navbar-default .navbar-nav > li > a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #de4d86;
    transition: width .3s;
}

.navbar-default .navbar-nav > li > a:hover::after {
    width: calc(100% + 1px);
    transition: width .3s;
}

.navbar-header {
    margin-right: 20px;
    
}

.navbarRight {
    margin-left: 30%;
    
}


.nav,
.navbar-nav {
    margin-right: 0% !important;
    
}

button.navbar-toggle {    /* Mobile navbar button */
    width: 55px;
    height: 43px;
    padding-left: 15px;
    padding-right: 20px;
    margin-top: -55px;
    margin-right: -20%;
    
}



/*=======================================================================*|
|*=======================================================================*|
|*                                                                       *|
|*   ||||      ||||    ||||||    |||||||     |||||   |||        |||||||  *|
|*   |||||    |||||   ||    ||   |||   |||    |||    |||        ||       *|
|*   ||| |||||| |||   ||    ||   ||||||||     |||    |||        |||||    *|
|*   |||  ||||  |||   ||    ||   |||   |||    |||    |||        ||       *|
|*   |||   ||   |||    ||||||    |||||||||   |||||   ||||||||   |||||||  *|
|*                                                                       *|
|*=======================================================================*|
|*=======================================================================*/



@media (max-width: 1199px) {

/* ==========================================================================
			  Mobile Page layout
========================================================================== */

.copyright {
    padding-top: 20px;
    padding-left: 12%;
    padding-right: 12%;
    
}

/* ==========================================================================
			Mobile Navbar Styling
========================================================================== */


.logo {
    
    position: relative;
    margin-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

.logoImg {
    width: auto;
    height: 55px;
    
}

.logoText a {
    font-size: 40px;
    
}

#mainNavbar.navbar-default {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
    background: rgb(42,157,180);
    background: linear-gradient(21deg, rgba(42,157,180,1) 23%, rgba(96,139,221,1) 60%, rgba(20,115,138,1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;
    padding-right: 20%;
    top: 0;
    
}

.navbar-default .navbar-nav > li {
}

.navbar-default .navbar-nav > li > a {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

#mainNavbar.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: #64113f;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
}

#mainNavbar.navbar-default .dropdown-menu > li {
    margin-left: -20px;
    padding-left: 15px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
    
}

#mainNavbar.navbar-default .dropdown-menu > li > a {
    padding: 3px 0;
    color: #fff;
    
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background-color: transparent !important;
    
}

#mainNavbar.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;

}

#mainNavbar.navbar-default li:last-child {
    padding-left: 5px;
}

.navbarRight {
    margin-right: 5px;
    margin-left: 0%;
    
}

.navbar-toggle:hover {		/* Mobile navbar button */
    background-color: #fff !important;
    opacity: 0.3;
    transition: 0.1s;

}

a.loginPage {
    display: inline-block;
    margin-left: 5px;
    
}



/* ==========================================================================
		          Mobile Social Icons
========================================================================== */

.soc {
    overflow: hidden;
    padding-top: 30px;
    padding-right: 25%;
    list-style: none;
    float: right;
    
}

.soc li a {
    width: 38px;					/* Change size of social icons (Width, height, line-height) */
    height: 38px;
    line-height: 38px;
    font-size: 25px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    margin-right: 11px;
    color: #ffffff;
    
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: translateY(-5px);		/* Change jump of social icons (-5px == Move icon 5px up) */
    transform: translateY(-5px);
}
}



@media screen and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/*=======================================================================*|
|*=======================================================================*|
|*                                                                       *|
|*   |||||    |||||   |||||||   |||||    ||        |||     ||   ||       *|
|*   ||| |||   |||    ||        ||   ||  ||      ||   ||   ||   ||       *|
|*   |||   |   |||    |||||||   ||||||   ||      |||||||     |||         *|
|*   |||  ||   |||         ||   ||       ||      ||   ||     |||         *|
|*   ||||||   |||||   |||||||   ||       ||||||  ||   ||     |||         *|
|*                                                                       *|
|*=======================================================================*|
|*=======================================================================*/

/* ==========================================================================
	  Settings for devices with other screen resolutions
========================================================================== */

@media screen and (max-width: 1350px) {
    
    .navbarRight {
        margin-left: 45%;
    }
}

@media screen and (max-width: 1300px) {
    
    .navbarRight {
        margin-left: 35%;
        
    }
    
    .positionMe {
        margin-left: 55%;
    }
    
    .displayFullImageFrame span {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1200px) {
    
    .navbarRight {
        margin-left: 20px;
        
    }
    
    form.lock {
        margin-top: 60px;
        margin-bottom: 120px;
    }
}
    
@media screen and (max-width: 1010px) {
    
    .displayFullImageFrame span {
        text-align: center;
        padding-left: 15px;
        top: 0;
    }

}

@media screen and (max-width: 950px) {
    
    .displayFullImage {
        width: 95%;
        height: auto;
        max-height: 80vh;
    }

}

@media screen and (max-width: 900px) {
    
    .imageDescription {
        bottom: 7vh;
    }
}

@media screen and (max-width: 800px) {
    
    .displayVideoAudioDescription {
        margin-top: 0px;
    }
    
    .displayVideoAudioDescription h4 {
        font-size: 18px;
    }
    
    .displayVideoAudioDescription a {
        font-size: 18px;
    }

}

@media screen and (max-width: 500px) {
    
    .imageDescription {
        bottom: 24vh;
    }
    
    .showImageDescription,
    .hideImageDescription {
        bottom: 14vh;
    }

}
