/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset CSS */




html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 13pt;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.4em;
    /* background: #575b72; */
    /* background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%); */
    background: linear-gradient(90deg, #0066ff 0%, #0300a0 100%);
}

a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    color: #ffffff;
    text-decoration: none;
    border-bottom: dotted 1px;
}

a:hover {
    border-bottom-color: transparent;
}

strong, b {
    font-weight: 400;
}

p, ul, ol, dl, table, blockquote {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
    border: 0;
}

h1 {
    font-size: 1.8em;
    letter-spacing: 0.1em;
}

h2 {
    font-size: 1.5em;
    letter-spacing: 0.1em;
}

h3 {
    font-size: 1.2em;
    letter-spacing: 0.1em;
}

blockquote {
    border-left: solid 0.5em rgba(124, 124, 129, 0.2);
    font-style: italic;
    padding: 1em 0 1em 2em;
}

img, embed, object, video {
    max-width: 100%;
}

section {
    margin-bottom: 50px;
}

ul {
    margin: 16px 0;
}

li {
    margin: 16px 0;
}

li i {
    margin-right: 6px;
    color: #0066ff;
}

header {
    text-align: center;
}

.vertical {
    flex-direction: column;
}

.h-icon {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100%;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
    color: #0066ff;
    box-shadow: 0 0 0.2em 0 rgb(0 0 0 / 10%);
}

.wrapper {
    width: 95%;
    margin: 0 auto;
    
    
}

#header {
    padding: 40px 20px 30px 20px;
}

#header h1 {
    font-size: 26px;
}

#header h2 {
    font-size: 16px;
}

#header p {
    font-size: 12px;
    line-height: 18px;
}

#main-content {
    color: #7c8081;
    background: #f5f5f5;
    padding: 30px 20px;
}

#main-content a {
    color: #0066ff;
}

#main-content h2::after {
    display: block;
    content: '';
    width: 5em;
    height: 2px;
    margin: 10px auto;
    border-radius: 2px;
    background-color: #dddddd;
    background-image: -moz-linear-gradient(90deg, #0066ff 0%, #0300a0 100%);
    background-image: -webkit-linear-gradient( 
        90deg, #0066ff 0%, #0300a0 100%);
    background-image: -ms-linear-gradient(90deg, #0066ff 0%, #0300a0 100%);
    background-image: linear-gradient( 
        90deg, #0066ff 0%, #0300a0 100%);
}

.navigation {
    padding: 4px 18px;
    background-color: rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
}

.navigation ul li {
    -moz-transition: margin 0.2s ease;
    -webkit-transition: margin 0.2s ease;
    -ms-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
    display: block;
    margin: 0 auto 10px auto;
    padding: 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

#footer {
    padding: 30px 20px;
}

.box-default {
    box-shadow: 0 0 2em 0 rgb(0 0 0 / 10%);
}

.padding-default {
    padding: 20px;
}



/* SECTIONS */

#workshop >.row {
    display: block;        
}

#workshop .col-image {
    width: 100%;
    position: relative;
    height: 200px;
    background-image: url(../images/hetero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;

}

#workshop .col-content {
    width: 100%;
    padding: 20px 0;
}

#steering-committee >.row {
    display: block;
    
}

#steering-committee .col-image {
    width: 100%;
    position: relative;
    height: 200px;
    background-image: url(../images/comm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}

#steering-committee .col-content {
    width: 100%;
    padding: 20px;
}

#paper-submission {
    background: #eb8585;
    color: #ffffff;
    padding: 30px 20px;
}

#paper-submission a {
    color: #ffffff;
}

#news-section {
    background: #eb8585;
    color: #ffffff;
    padding: 30px 20px;
}

#news-section a {
    color: #ffffff;
}


#previous-workshops >.row {
    display: block;
}
#previous-workshops >.row .col-content {
    width: 100%;
    padding: 0;
}

/* END SECTIONS */



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
   
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
 
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .wrapper {
        width: 90%;
        max-width: 920px;
    }

    .navigation {
        padding: 18px;
        margin-bottom: 10px;
    }

    .navigation ul {
        display: flex;
        align-items: stretch;
        margin: 0;
    }
    
    .navigation ul li {
        display: flex;
        align-items: center;
        margin: 0 10px 0 10px;
        vertical-align: middle;
        font-size: 12px;
        line-height: 16px;
        position: relative;
    }

    .navigation ul li::after {
        content: '';
        display: block;
        height: 100%;
        right: -8px;
        top: 0;
        opacity: 0.4;
        position: absolute;
        width: 1px;
        background: #ffffff;
    }

    .navigation ul li:last-child::after {
        content: '';
        display:none;
       
    }

    .navigation a {
        border-bottom: 0;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    body{
        font-size: 15pt;
        line-height: 1.75em;
        background-color: #575b72;
    }

    section {
        margin-bottom: 80px;
    }

    h1, h2, h3, h4, h5, h6 {
        line-height: 1.75em;
    }

    .wrapper {
        width: 80%;
        max-width: 1200px;
    }
    
    #main-content {
        padding: 30px 60px;
    }

    #header {
        padding: 50px 20px 40px 20px;
    }

    #header header {
        text-align: left;
    }

    #header h1 {
        font-size: 36px;
        margin-bottom: 0;
    }
    
    #header h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    #header p {
        font-size: 14px;
        line-height: 18px;
    }

    #welcome {
        margin-top: 30px;
    }

    #workshop .row {
        display: flex;        
    }

    #workshop .col-image {
        width: 30%;
        position: relative;
        height: auto;
    }

    #workshop .col-content {
        width: 70%;
        padding: 20px 0 20px 40px
    }

    #steering-committee >.row {
        display: flex;        
    }

    #steering-committee .col-image {
        width: 30%;
        position: relative;
        height: auto;   
    }
    
    #steering-committee .col-content {
        width: 70%;
        padding: 20px 0 20px 40px
    }

    #previous-workshops >.row {
        display: flex;
    }

    #previous-workshops >.row .col-content {
        width: 50%;
        padding: 0 0 0 40px;
    }

}
