/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #5B5C5E;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
	padding-top: 10px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 10px;
	text-align: center;
	color: #5B5C5E;
}

.intro-message {
    position: relative;
    padding-top: 20px;
}

.intro-message > h1 {
    margin: 0;
    
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    
}

.intro-message > h3 {
    
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 24px;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }

}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
}

.content-section-a * {
    
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

legend {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border: auto;
    border-bottom: none;
    border-color: #777;
    font-size:11px;
    color:#555;
}

fieldset {
    border:none;
    border-bottom:solid 1px #aaa !important;
    padding: 5px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

h1 {
    font-size:30px;
}

h2 {
    font-size:20px;
}

.spacer {
    height:10px;
    margin-bottom:5px;
    clear:both;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745;
}


.help-block {
	background: #e2e2e2;
	display: block;
	width: 100%;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
}


/* Make the checkbox itself pop */
#AgreePromptTrigger {
	transform: scale(1.6);
	
	cursor: pointer;
	margin-right: 8px;
}

	/* Style the label next to the checkbox */
	#AgreePromptTrigger + label {
		font-size: 1.1em;
		font-weight: 500;
		color: #333;
		padding: 10px 14px;
		border: 2px solid #4CAF50;
		border-radius: 8px;
		background-color: #f8fff8;
		transition: all 0.25s ease;
		display: inline-flex;
		align-items: center;
		gap: 6px;
		cursor: pointer;
	}

		/* Hover effect */
		#AgreePromptTrigger + label:hover {
			background-color: #e8f5e9;
			border-color: #43A047;
		}

	/* When checked */
	#AgreePromptTrigger:checked + label {
		background-color: #4CAF50;
		color: white;
		border-color: #388E3C;
	}

	/* When disabled */
	#AgreePromptTrigger:disabled + label {
		opacity: 0.6;
		background-color: #f1f1f1;
		border-color: #aaa;
		cursor: not-allowed;
		color: #777;
	}

	/* Add a little focus state for accessibility */
	#AgreePromptTrigger:focus + label {
		box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.4);
	}


.install-file-row {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

.install-file-name {
	flex: 1;
}

.install-file-remove {
	color: red;
	font-weight: bold;
	cursor: pointer;
	margin-left: 8px;
}

	.install-file-remove:hover {
		opacity: 0.8;
	}
